jupyter notebook
and hit [Enter] [w 10:08:38.454 NotebookApp] Error loading server extension
jupyter_nbextensions_configurator
Traceback (most recent call last):
File “C:\caetools\python\1ib\site-packages\notebook\notebookapp. py",
line 1572, in init _server_extensions
mod = importlib.import_module(modulename)
File “C:\caetools\python\lib\importlib\__init__.py”, line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, jin _find_and_load
File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named ‘jupyter_nbextensions_configurator'
[I 10:08:38.460 NotebookApp] Serving notebooks from local directory: C:\Projects\Python\MyHd1\Notebooks
[I 10:08:38.461 NotebookApp] The Jupyter Notebook is running at:
[I 10:08:38.461 NotebookApp] http://localhost:8888/?
token=2bb13de400af2f125680f03dcc026430a2a1155fc6997dde
[I 10:08:38.461 NotebookApp] Use Control-c to Stop this server and shut down
all kernels (twice to skip confirmation).
[C 10:08:38.572 NotebookApp]
pip install jupyter_nbextensions_configurator
jupyter notebook
and hit [Enter] [I 10:38:23.165 NotebookApp] [jupyter_nbextensions_configurator] enabled 0.4.1
[I 10:38:23.165 NotebookApp] Serving notebooks from local directory:
c:\Projects\Python\MyHd!\Notebooks
[I 10:38:23.165 NotebookApp] The Jupyter Notebook is running at:
[I 10:38:23.165 NotebookApp] http://localhost: 8888/?
token=b6c3f4466c09e303eeba87bc2d27189b0F7e6d85ccb684bc
[I 10:38:23.165 NotebookApp] Use Control-C to stop this server and shut down
all kernels (twice to skip confirmation).
[c 10:38:23.274 NotebookApp]
To access the notebook, open this file in a browser:
file:///cC:/Users/defossez/AppData/Roaming/jupyter/runtime/nbserver- 9688-open. htm!
Or copy and paste one of these URLs:
http://localhost: 8888/?token=b6c3f4466c09e303eeba87bc2d27189b0F7e6d85ccbh684bc
[^1]: UG900-Vivado-Logic_simulation.pdf. Chapter 7 - Example of running Vivado Simulator in stand alone mode. [^2]: Use VCD2WLF in order to display waveforms in Mentors viewer (vsim-view). [^3]: Example: impulse in Eclipse : one of the best VCD viewers, with support for large VCD dumps and capable of showing all kinds of waveforms (analog & digital). FREE for NON-COMMERCIAL USE. [^4]: Another waveform plotting application that can possibly be used is a library like matplotlib : chaco : https://pypi.org/project/chaco/